xsm: apply coding style
authorDaniel P. Smith <dpsmith@apertussolutions.com>
Thu, 16 Sep 2021 08:58:59 +0000 (10:58 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 16 Sep 2021 08:58:59 +0000 (10:58 +0200)
commitb17546d7f33e95103922470b1ae422b60a04ec06
tree85f6f84d6355efb5ad9394468570032b6fea10fd
parent893335807d5b11d0899e7b7bb3cb45c5af289767
xsm: apply coding style

Instead of intermixing coding style changes with code changes as they
are come upon in this patch set, moving all coding style changes
into a single commit. The focus of coding style changes here are,

 - move trailing comments to line above
 - ensuring line length does not exceed 80 chars
 - ensuring proper indentation for 80 char wrapping
 - covert u32 type statements to  uint32_t
 - remove space between closing and opening parens
 - drop extern on function declarations

Signed-off-by: Daniel P. Smith <dpsmith@apertussolutions.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/xsm/dummy.h
xen/include/xsm/xsm.h
xen/xsm/xsm_core.c
xen/xsm/xsm_policy.c